docs: Fix the PANGO_SCALE link
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 25 May 2021 12:31:49 +0000 (13:31 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 25 May 2021 12:31:49 +0000 (13:31 +0100)
The fragment for constants is `const`.

gtk/gtklabel.c

index 68ab7fc18c67214c85b9196b80482e5d12fb8732..75eab9352974caf9edfc2b5e36b60124c21d2849 100644 (file)
@@ -5019,7 +5019,7 @@ gtk_label_get_layout (GtkLabel *self)
  * inside the [class@Pango.Layout], e.g. to take some action if some part
  * of the label is clicked. Remember when using the [class@Pango.Layout]
  * functions you need to convert to and from pixels using PANGO_PIXELS()
- * or [constant@Pango.SCALE].
+ * or [const@Pango.SCALE].
  */
 void
 gtk_label_get_layout_offsets (GtkLabel *self,